make a list from 0 to n python

133

make a list from 0 to n python -

a_list = list(range(0, n))

Comments

Submit
0 Comments